object ImpExp: TImpExp Left = 241 Top = 138 Width = 381 Height = 300 Caption = 'Import / Export' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] FormStyle = fsMDIChild Position = poScreenCenter Visible = True OnClose = FormClose PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 4 Top = 4 Width = 361 Height = 93 Alignment = taCenter AutoSize = False Caption = 'If you want to make translation work in another program or in an' + ' external Word Processor you can use the Import or Export method' + 's that uses files in the Windows INI format. External textfiles ' + 'can be used for further processing in a database.' Font.Color = clBlack Font.Height = -13 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end object Label2: TLabel Left = 4 Top = 108 Width = 45 Height = 13 Caption = 'Filename:' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object MultLang1: TMultLang Left = 320 Top = 72 Width = 41 Height = 22 AlignIcon = alLeft AlignText = alLeft IconMargin = 1 ItemHeight = 16 Items.Strings = ( 'English' 'Swedish') ShowIcons = False Text = 'English' ResizeIcon = False TextMargin = 5 DefaultLanguage = 'English' LanguageFile = '%EXEPath%Mdiapp.lan' LanguagesData = {} end object Memo1: TMemo Left = 148 Top = 104 Width = 221 Height = 169 ScrollBars = ssBoth TabOrder = 1 WordWrap = False end object Edit1: TEdit Left = 4 Top = 124 Width = 137 Height = 21 TabOrder = 2 Text = 'C:\TEST.TXT' end object Button1: TButton Left = 20 Top = 176 Width = 89 Height = 25 Caption = 'Import' TabOrder = 3 OnClick = Button1Click end object Button2: TButton Left = 20 Top = 208 Width = 89 Height = 25 Caption = 'Export' TabOrder = 4 OnClick = Button2Click end end